Mac OS X 10.1 has a problem installing the flac binaries from within
Applescript. The solution is to install the binaries by hand. Follow
the following instructions to do so.
Installing the MacFLAC binaries manually:
- Open the Terminal (Applications>Utilities)
- Type "cd /usr/local/" and press return.
- Type "ls -l" and press return.
- If you do not see directories called "bin" and "lib", create them
with the following commands: "sudo mkdir bin" and "sudo mkdir lib".
(you'll have to put in your account password).
- Type "cd " (with a space after, but dont press return)
- Drag the MacFLAC application onto the Terminal window. The path
should appear.
- Press return.
- Type "cd Contents/Resources/Binaries/" and press Return.
- Type "sudo cp -r * /usr/local/" and press Return.
- Type "sudo rm -r *" and press Return.
Now the binaries should be installed. Launch MacFLAC and try to use it.